@charset "UTF-8";

/*
********************************外层框架 start********************************
*/
/*fullPage的样式start*/
/*fullPage的样式start*/
#fullPage {
	transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.2s !important;
}

.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	height: 100vh;
}

.slide {
	float: left;
}

.slide,
.slidesContainer {
	height: 100%;
	display: block;
}

.slides {
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.section.fp-table,
.slide.fp-table {
	display: table;
	width: 100%;
	position: relative;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.slidesContainer {
	float: left;
	position: relative;
}

.sectionCon,
.columnBox {
	height: 100%;
}

.animHide {
	opacity: 0;
}

/*fullPage 结束*/
/* 滚屏样式 end */
/*fullPage 结束*/
/*头部开始*/
.indexTop {
	height: 80px;
}

.indexTop .top {
	background: rgb(255, 255, 255, 1);
	border-bottom: none;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	height: 80px;
}

.indexTop .top .logo {
	padding-top: 15px;
	height: 80px;
}

.indexTop .top .logo img {
	height: 45px;
}

.indexTop .top .logo1 {
	display: none;
}

.indexTop .top .logo2 {
	display: block;
}

.indexTop .top .topbtn em {
	background: #666666;
}

.indexTop .top .menu dd a.dh {
	color: #333;
}

.indexTop .top .menu {
	height: 80px;
	line-height: 80px;
}

.indexTop .top .topbtn ul li:nth-child(1) a {
	background-image: url(../images/oaon.png);
}

.indexTop .top .topbtn ul li:nth-child(2) a {
	background-image: url(../images/vron.png);
}

.indexTop .top .topbtn ul li:nth-child(3) a {
	background-image: url(../images/shopon.png);
}

.indexTop .top .bg {
	top: 80px;
}

.indexTop .top .menuBox {
	overflow: unset;
}

.indexTop .top .topbtn ul li a {
	height: 80px;
}

.indexTop .top .menu dd:hover a.dh {
	color: #1a7232;
}

.indexTop .top .menu dd.hover a.dh {
	color: #1a7232;
}

.indexTop .top .menu dd .ej li a:hover {
	font-weight: bold;
}

.indexTop .top .menu dd .ej {
	top: 75px;
}

.indexTop .searchBox {
	background-image: url(../images/searchh.png);
	margin-top: 29px;
}

.top {
	height: 100px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1000;
	background: rgb(255, 255, 255, 0);
	-webkit-transition: all .4s linear;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.top .bg {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 100px;
	background: rgb(0, 0, 0, 0.5);
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.logo {
	display: block;
	position: relative;
	height: 100px;
	padding-top: 20px;
}

.logo img {
	display: none;
	height: 50px;
}

.logo .logo1 {
	display: block;
}

.top.show .logo1 {
	display: none;
}

.top.show .logo2 {
	display: block;
}

.top.show .topbtn em {
	background: #666666;
}

.top.show .menu dd a.dh {
	color: #333;
}

.top.show .topbtn ul li:nth-child(1) a {
	background-image: url(../images/oaon.png);
}

.top.show .topbtn ul li:nth-child(2) a {
	background-image: url(../images/vron.png);
}

.top.show .topbtn ul li:nth-child(3) a {
	background-image: url(../images/shopon.png);
}

.top.show .searchBox {
	background-image: url(../images/searchh.png);
}

.menu {
	position: relative;
	z-index: 1;
	height: 100px;
	line-height: 100px;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	transition: all .7s linear;
	-webkit-transition: all .7s linear
}

.menu.flay {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	opacity: 0;
}

.menu dd {
	position: relative;
	z-index: 2;
	float: left;
	text-align: center;
	margin-right: 40px;
}

.menu dd.last {
	margin-right: 0;
}

.menu dd a.dh {
	display: block;
	font-size: 15px;
	color: #fff;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.menu dd span.dh {
	font-size: 16px;
	color: #fff;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.menu dd span.dh a {
	font-size: 16px;
	color: #fff;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.menu dd .ej {
	overflow: hidden;
	position: absolute;
	top: 95px;
	height: 0;
	line-height: 50px;
	white-space: nowrap;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.menu dd .ej li {
	display: inline-block;
	margin-right: 30px;
	line-height: 55px;
	text-align: center;
}

.menu dd .ej li:last-child {
	margin-right: 0;
}

.menu dd .ej li a {
	font-size: 14px;
	color: #fff;
}

.menu dd.hover .dh {
	color: #fff;
}

.menu dd:hover .dh {
	color: #fff;
}

.menu dd .ej.open {
	height: 50px;
}

.huaKRed {
	height: 2px;
	background: #1a7232;
	position: absolute;
	bottom: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.topbtn {
	padding-left: 32px;
	position: relative;
	width: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 34px;
}

.topbtn em {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #c7c7c7;
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
}

.topbtn ul {
	margin-right: -20px;
	overflow: hidden;
}

.topbtn ul li {
	width: 33.3333%;
	float: left;
}

.topbtn ul li a {
	display: block;
	margin-right: 20px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
}

.topbtn ul li:nth-child(1) a {
	background-image: url(../images/oa.png);
}

.topbtn ul li:nth-child(2) a {
	background-image: url(../images/vr.png);
}

.topbtn ul li:nth-child(3) a {
	background-image: url(../images/shop.png);
}


.searchBox {
	width: 19px;
	height: 20px;
	background: url(../images/search.png)no-repeat center;
	margin-top: 39px;
	cursor: pointer;
	transition: all .4s ease-in;
	-webkit-transition: all .4s linear;
	position: relative;
	margin-left: 15px;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	margin-left: 10px;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #1a7232 url(../images/seachb.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/*头部结束*/
/*底部开始*/
.footer {
	background: #323232;
	position: relative;
	z-index: 2;
}

.footercon {
	overflow: hidden;
}

.footercon .con {
	float: left;
	width: 25%;
	font-size: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #474747;
	padding-top: 65px;
	height: 500px;
}

.footercon .con:last-child {
	border-right: none;
}

.footercon .con1 img {
	height: 50px;
	display: block;
	margin-bottom: 140px;
}

.footercon .con1 .footerm {
	border-bottom: 1px solid #474747;
	padding-bottom: 50px;
}

.footercon .con1 .footerm span {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.footercon .con1 .footerm span a {
	font-size: 14px;
	color: #999;
}

.footercon .con1 .footerm span a:hover {
	color: #fff;
}

.footercon .con1 .aykj {
	line-height: 140px;
	height: 140px;
	font-size: 14px;
	color: #e5e5e5;
}

.footercon .con1 .aykj a {
	color: #3ea553;
}

.footercon .con1 .aykj a:hover {
	font-weight: bold;
}

.footercon .con2 .footermenu {
	text-align: center;
}

.footercon .con2 .footermenu dl dd {
	display: block;
	margin-bottom: 35px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.footercon .con2 .footermenu dl dd a {
	font-size: 16px;
	color: #dedede;
}

.footercon .con3 .footermrenu {
	padding-left: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #474747;
}

.footercon .con3 .footermrenu dl dd {
	display: block;
	margin-bottom: 35px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.footercon .con3 .footermrenu dl dd a {
	font-size: 16px;
	color: #dedede;
}

.footercon .con3 .num {
	padding: 50px 0 0 60px;
}

.footercon .con3 .num .info {
	font-size: 15px;
	color: #dedede;
	line-height: 28px;
	margin-bottom: 28px;
}

.footercon .con3 .num .info span {
	font-size: 16px;
	color: #999999;
}

.footercon .con3 .num .info2 {
	font-size: 18px;
	font-weight: bold;
}

.footercon .con3 .num .info2 span {
	font-weight: unset;
}

.footercon .con4 {
	padding-left: 78px;
}

.evmlist {
	margin-right: -80px;
	overflow: hidden;
}

.evmlist .item {
	float: left;
	width: 50%;
	display: inline;
	margin-bottom: 40px;
}

.evmlist .item .itemcon {
	margin-right: 80px;
}

.evmlist .item .itemcon img {
	display: block;
	height: 130px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.evmlist .item .itemcon span {
	font-size: 14px;
	color: #999999;
	height: 14px;
	line-height: 14px;
	text-align: center;
	display: block;
}

/*底部结束*/
/* 右边悬浮 start*/
.folRcon {
	right: 65px !important;
}

.folRcon .folRbtn a {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 11px 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.folRcon .folRbtn a.active {
	background: #fff;
}

/* 右边悬浮 end*/
/* 侧边导航 start*/
#svg {
	position: fixed;
	overflow: unset;
	z-index: 9999 !important;
	opacity: .95;
}

#elephant,
#hippo {
	display: none;
}

.svgbtn {
	position: fixed;
	left: 17px;
	top: 50%;
	z-index: 10000;
	overflow: hidden;
	cursor: pointer;
}

.svgbtn ul {
	float: left;
}

.svgbtn.show ul {
	margin-left: 5px;
}

.svgbtn ul li {
	width: 22px;
	height: 2px;
	margin: 5px 0;
	background: #1a7232;
	display: block;
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	opacity: 1;
	transform: rotateZ(0);
}

.svgbtn.show ul li:nth-child(1) {
	-webkit-transform: rotateZ(45deg)translateY(10px);
	transform: rotateZ(45deg)translateY(10px)
}

.svgbtn.show ul li:nth-child(2) {
	opacity: 0;
}

.svgbtn.show ul li:nth-child(3) {
	-webkit-transform: rotateZ(-45deg)translateY(-10px);
	transform: rotateZ(-45deg)translateY(-10px)
}

.svgbtn .text {
	opacity: 0;
	float: left;
	font-size: 16px;
	color: #1a7232;
	margin-left: 15px;
}

.svgbtn.show .text {
	opacity: 1;
	transition: all .7s linear;
	-webkit-transition: all .7s linear
}

.menuLeft {
	width: 1010px;
	height: 100%;
	position: fixed;
	left: 125px;
	top: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	z-index: -1;
}

.menuLeft.show {
	opacity: 1;
	z-index: 100000;
}

.menuLB {
	padding-left: 95px;
}

.menuLB dl {
	margin-bottom: 40px;
}

.menuLB dl:last-child {
	margin-bottom: 0;
}

.menuLB dl dd {
	display: inline-block;
	padding-left: 20px;
	margin-right: 50px;
	position: relative;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.menuLB dl dd a {
	font-size: 16px;
	color: #333333;
}

.menuLB dl dd a:hover {
	color: #1a7232;
}

.menuLB dl dd::before {
	border-radius: 50%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #666;
}

.menuLB dl dt {
	display: block;
	line-height: 26px;
	margin-bottom: 20px;
	height: 26px;
	overflow: hidden;
}

.menuLB dl dt a {
	font-size: 26px;
	color: #333333;
}

.menuLB dl dt a:hover {
	color: #1a7232;
}

/* 侧边导航 end*/
.prevbtn {
	width: 60px;
	height: 67px;
	background: url(../images/prevbtn.png)no-repeat center;
	cursor: pointer;
	display: none;
	position: absolute;
	bottom: 100px;
	left: 125px;
}

/*
********************************外层框架 end********************************
*/
/*
********************************首页样式 start********************************
*/

/*banner开始*/
.indexBanner {
	height: 100%;
	position: relative;
}

.indexBanner .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../test/background/indexbannerbg.png)no-repeat center /cover;
	z-index: 2;
}

.indexBanner .wrap {
	position: absolute;
	z-index: 3;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.indexBanner .btnBox {
	position: absolute;
	right: 0;
	bottom: 100px;
	padding: 0 60px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

.indexBanner .Pagination {
	display: inline-block;
	width: auto;
	font-size: 14px;
	color: #dedede;
}

.indexBanner .Pagination .swiper-pagination-current {
	color: #fff;
	font-size: 18px;
}

.indexBanner .next {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	background: rgb(0, 0, 0, 0.5) url(../images/bainext.png)no-repeat center;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.indexBanner .prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	background: rgb(0, 0, 0, 0.5) url(../images/bainext.png)no-repeat center;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.indexBanner .prev:hover {
	background-color: #1a7232;
}

.indexBanner .next:hover {
	background-color: #1a7232;
}

.nextbtn {
	position: fixed;
	bottom: 100px;
	left: 125px;
	background: url(../images/shubiao.png)no-repeat center;
	width: 22px;
	height: 30px;
	cursor: pointer;
	-webkit-animation: arrowDown 1s infinite linear;
	z-index: 1000;
}

.nextbtn.shubhui {
	background: url(../images/shubiaohui.png)no-repeat center;
}

.indexBanner .imgList {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
}

.indexBanner .imgList img.img1 {
	height: 284px;
}

.indexBanner .imgList .img2 {
	position: absolute;
	left: -200%;
	top: 30%;
}

.indexBanner .imgList .img2 img {
	display: inline-block;
	height: 80px;
}

.indexBanner .swiper-slide {
	image-rendering: pixelated;
	overflow: hidden;
}

.cloudWave {
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloudWave1.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
	-moz-animation: cloud 100s linear infinite;
	-o-animation: cloud 100s linear infinite;
	animation: cloud 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 3;
}

@keyframes cloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1920px);
	}
}

/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
	0% {
		-webkit-transform: translate(0, 0);
	}

	25% {
		-webkit-transform: translate(0, 6px);
	}

	50% {
		-webkit-transform: translate(0, 0);
	}

	75% {
		-webkit-transform: translate(0, -6px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

/*banner结束*/
/* 公共 start*/
.indexTitle.baise .title {
	color: #c1beb4;
}

.indexTitle.baise .titlec {
	color: #fff;
}

.indexTitle .title {
	font-size: 25px;
	color: #c1beb4;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	font-family: 'Arial';
}

.indexTitle .titlec {
	font-size: 48px;
	color: #333;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}

.indexbtn {
	display: block;
	width: 155px;
	height: 60px;
	border-radius: 40px;
	border: 1px solid #b2b0a7;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #666 !important;
}

.indexbtn i {
	display: inline-block;
	font-style: normal;
	width: 8px;
	height: 8px;
	border: 2px solid #999890;
	vertical-align: middle;
	position: relative;
	top: -1px;
	border-radius: 50%;
	margin-right: 7px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.indexbtn:hover i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.indexbtn:hover {
	font-weight: bold;
}

/* 公共 end*/
/*第一通栏 start*/
.column1 {
	padding-left: 125px;
}

.col1L {
	width: 17.7777%;
	margin-right: 60px;
	padding-top: 60px;
}

.col1L .info {
	font-size: 14px;
	color: #575757;
	line-height: 40px;
	height: 80px;
	margin-bottom: 135px;
}

.col1L .indexTitle {
	margin-bottom: 70px;
}

.col1R {
	overflow: hidden;
}

.col1swiper {
	overflow: hidden;
	position: relative;
}

.col1swiper .swiper-slide {
	position: relative;
}

.col1swiper .pic::before {
	padding-top: 152.1739%;
}

.col1swiper .text {
	position: absolute;
	background: linear-gradient(transparent, rgba(0,0,0,.3));
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,.3));
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}
.col1swiper .text .textwBox{ position:absolute;left:0;bottom:0; width:100%;padding: 0 38px;box-sizing:border-box;-webkit-box-sizing:border-box;transform: translateY(120px);-webkit-transform: translateY(120px);transition: all .4s linear;-webkit-transition: all .4s linear;padding-bottom: 50px;}

.col1swiper .text .title {
	height: 34px;
	line-height: 34px;
	margin-bottom: 10px;
}

.col1swiper .text .title a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

.col1swiper .text .titlec {
	font-size: 16px;
	color: #e5e5e5;
	height: 16px;
	line-height: 16px;
	margin-bottom: 41px;
	display: none;
}

.col1swiper .text em {
	width: 100%;
	height: 2px;
	background: rgb(255, 255, 255, 0);
	margin-bottom: 30px;
	display: block;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.col1swiper .text .num {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 24px;
	line-height: 24px;
	margin-bottom: 30px;
	overflow: hidden;
	display:none;
}

.col1swiper .text .info {
	font-size: 14px;
	height: 72px;
	line-height: 24px;
	color: #f2f2f2;
}

.col1swiper .swiper-slide:hover .text {
	height: 100%;
	background: rgba(0,0,0,.3);
}
.col1swiper .swiper-slide:hover .text .textwBox{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.col1swiper .swiper-slide:hover .text em {
	background: rgb(255, 255, 255, 0.5);
}

.col1swiper .next {
	position: absolute;
	right: 10%;
	top: 40%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgb(0, 0, 0, 0.5) url(../images/nextbai.png)no-repeat center;
	cursor: pointer;
	outline: none;
	z-index: 2;
	opacity: 0;
}

.col1swiper .prev {
	position: absolute;
	left: 13%;
	top: 40%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgb(0, 0, 0, 0.5) url(../images/nextbai.png)no-repeat center;
	cursor: pointer;
	outline: none;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	z-index: 2;
	opacity: 0;
}

.col1swiper .text .title a:hover {
	font-weight: bold;
}


/*第一通栏 end*/
/*第二通栏 start*/
.col2L {
	width: 363px;
	padding-top: 60px;
	position: relative;
	z-index: 2;
}

.column2 .wrap {
	position: relative;
}

.long {
	left: 0;
	top: -65px;
	width: 740px;
	height: 752px;
	background: url(../test/background/long.png)no-repeat center /cover;
	position: absolute;
	z-index: 2;
}

.col2L .indexTitle {
	margin-bottom: 88px;
}

.col2L .tab span {
	display: block;
	margin-bottom: 25px;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	background: #fff;
	border-radius: 30px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.col2L .tab span.hover {
	color: #1a7232;
	font-weight: bold;
}

.col2R {
	left: 365px;
	position: absolute;
	top: 60px;
	right: 0;
	height: 100%;
}

.col2R .bg {
	position: absolute;
	width: 43.4090%;
	border-radius: 50%;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.col2R .bg::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.col2R .bg span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #465844;
	animation: lineshine 5s linear infinite;
	-webkit-animation: lineshine 5s linear infinite;
	border-radius: 50%;
}

.col2R .con {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	width: 100%;
	transform: translateY(-50%);
}

.colRcon .newpic {
	width: 43.4090%;
	border-radius: 50%;
	overflow: hidden;
	/* box-shadow: 0 0 50px rgb(0, 0, 0, 0.5); */
	position: absolute;
	margin-right: 195px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.colRcon .newpic img{
	animation: xuanzhuan 15s linear infinite;
	-webkit-animation: xuanzhuan 15s linear infinite;
}

.colRcon .newpic.run img {
	animation-play-state: running;
}

.colRcon .newpic.stoprun  img {
	animation-play-state: paused;
}

.colRcon .newpic::before {
	padding-top: 100%;
}

.colRcon .text {
	position: absolute;
	right: 22%;
	height: 100% !important;
	width: 220px;
}

.colRcon .text .textcon {
}

.colRcon .text .textcon .info {
	font-size: 22px;
	color: #e8d4c6;
	writing-mode: vertical-lr;
	top: 20px;
	display: inline-block;
	margin-right: 40px;
	position: relative;
}

.colRcon .text .textcon img {
	display: inline-block;
	max-width: 132px;
}

.colRcon{
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	height: 0;
	position: relative;
	padding-left: 43.4090%;
}
.colRcon.active{
	opacity: 1;
	visibility: visible;
	height: auto;
}
.colRcon .swiperBox {
	width: 105px;
	margin-left: 240px;
	padding: 65px 0;
	position: relative;
}

.colRcon .swiperBox .prev {
	width: 35px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../images/prevtop.png)no-repeat center;
	outline: none;
	display: none;
}

.colRcon .swiperBox .next {
	width: 35px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%)rotateZ(180deg);
	transform: translateX(-50%)rotateZ(180deg);
	background: url(../images/prevtop.png)no-repeat center;
	outline: none;
	display: none;
}

.col2swiper {
	overflow: hidden;
	height: 590px !important;
}
.col2swiper > .swiper-wrapper{flex-direction: column;}
.col2swiper .swiper-slide{ height:  auto; margin-bottom: 40px;}
.col2swiper .pic {
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
}

.col2swiper .pic::before {
	padding-top: 100%;
	background: url(../images/yuanbg.png) no-repeat center / 100%;
}

.col2swiper .pic img {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
}

.col2swiper .swiper-slide-active .pic img {
	transform: translate(-50%, -50%) scale(0.8);
	-webkit-transform: translate(-50%, -50%) scale(0.8);
}

@keyframes lineshine {
	0% {
		transform: translate(-50%, -50%)scale(1);
		opacity: 0.8;
	}

	20% {
		transform: translate(-50%, -50%)scale(1.15);
		opacity: 0.64;
	}

	40% {
		transform: translate(-50%, -50%)scale(1.3);
		opacity: 0.48;
	}

	60% {
		transform: translate(-50%, -50%)scale(1.45);
		opacity: 0.32;
	}

	80% {
		transform: translate(-50%, -50%)scale(1.6);
		opacity: 0.16;
	}

	100% {
		transform: translate(-50%, -50%)scale(1.75);
		opacity: 0;
	}
}

-webkit-@keyframes lineshine {
	0% {
		transform: translate(-50%, -50%)scale(1);
		opacity: 0.8;
	}

	20% {
		transform: translate(-50%, -50%)scale(1.15);
		opacity: 0.64;
	}

	40% {
		transform: translate(-50%, -50%)scale(1.3);
		opacity: 0.48;
	}

	60% {
		transform: translate(-50%, -50%)scale(1.45);
		opacity: 0.32;
	}

	80% {
		transform: translate(-50%, -50%)scale(1.6);
		opacity: 0.16;
	}

	100% {
		transform: translate(-50%, -50%)scale(1.75);
		opacity: 0;
	}
}

@keyframes xuanzhuan {
	0% {
		transform: rotateZ(0)
	}

	100% {
		transform: rotateZ(360deg)
	}
}

-webkit-@keyframes xuanzhuan {
	0% {
		transform: rotateZ(0)
	}

	100% {
		transform: rotateZ(360deg)
	}
}
/*第二通栏 end*/
/*第三通栏 start*/
.column3 {
	padding-left: 125px
}

.col3L {
	width: 18.9415%;
	margin-right: 40px;
}

.col3L .indexTitle {
	margin-bottom: 125px;
}

.col3L .tab2 span {
	cursor: pointer;
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	color: #333333;
	padding-left: 55px;
	position: relative;
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
}

.col3L .tab2 span::before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #5f755c;
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
}

.col3L .tab2 span.hover:before {
	width: 30px;
}

.col3L .tab2 span.hover {
	font-weight: bold;
	color: #1a7232;
}

.col3R {
	overflow: hidden;
	padding-bottom: 75px;
}

.col3swiper {
	position: relative;
}

.col3swiper .pic {
	margin-bottom: 60px;
}

.col3swiper .pic::before {
	padding-top: 60%
}

.col3swiper .text .title {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	margin-bottom: 5px;
	display: none;
}

.col3swiper .text .title a {
	font-size: 24px;
	color: #333;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
}

.col3swiper .text .title:hover a {
	font-weight: bold;
	color: #1a7232;
}

.col3swiper .text .info {
	font-size: 16px;
	color: #858585;
	line-height: 26px;
	height: 52px;
	margin-bottom: 30px;
	visibility: hidden;
}

.col3swiper .text .time {
	font-size: 24px;
	color: #1a7232;
	height: 24px;
	line-height: 24px;
	display: none;
}

.col3swiper .text .time span {
	font-size: 16px;
	color: #999999;
	margin-left: 3px;
}

.col3swiper .swiper-slide-active .text .title {
	display: block;
}

.col3swiper .swiper-slide-active .text .info {
	visibility: visible;
}

.col3swiper .swiper-slide-active .text .time {
	display: block;
}

.col3swiper .swiper-slide-next .text .title {
	display: block;
}

.col3swiper .col3btnbox {
	position: absolute;
	bottom: -75px;
	right: 45%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
}

.col3swiper .col3btnbox .pages {
	margin-bottom: 20px;
}

.col3swiper .col3btnbox .pages .text {
	display: inline-block;
	margin-right: 35px;
	line-height: 18px;
}

.col3swiper .col3btnbox .pages .text span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #1a7232;
	margin-right: 4px;
}

.col3swiper .col3btnbox .pages .text em {
	width: 27px;
	height: 1px;
	background: #333333;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}

.col3swiper .col3btnbox .pages .text i {
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	color: #666;
}

.col3swiper .swiper-pagination {
	width: 200px;
	height: 2px;
	background: #9bac9a;
	display: inline-block;
	position: relative;
	top: -5px;
}

.col3swiper .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #76b830;
	height: 2px;
	padding: 0;
}

.col3swiper .col3btnbox .next {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #c4df9e;
	background: url(../images/prevnext.png)no-repeat center;
	cursor: pointer;
	outline: none;
	margin-left: 17px;
}

.col3swiper .col3btnbox .prev {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #c4df9e;
	background: url(../images/prevnext.png)no-repeat center;
	cursor: pointer;
	outline: none;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg)
}

.col3swiper .col3btnbox .prev:hover {
	border: 1px solid #82be41
}

.col3swiper .col3btnbox .next:hover {
	border: 1px solid #82be41
}

/*第三通栏 end*/
/*
********************************首页样式 end********************************
*/
/*内页框架开始*/
/*内页banner*/
.subBanner {
	clear: both;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 16.6666%;
	image-rendering: pixelated;
}

.subBanner img {
	position: absolute;
	left: 50%;
	margin-top: -98px;
	z-index: 999;
	top: 30%;
	margin-left: -286px;
}

/*内页banner结束*/
/* 当前位置开始*/
.location {
	overflow: hidden;
	height: 75px;
	line-height: 75px;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}

.locationL a {
	display: inline-block;
	margin-left: 20px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #8a8a8a;
}

.locationL a:hover {
	color: #1a7232;
	height: 78px;
}

.locationL a.hover {
	color: #1a7232;
	height: 78px;
}

.locationR {
	overflow: hidden;
	font-size: 14px;
}

.locationR .home {
	background: url(../images/home.png)no-repeat center;
	display: inline-block;
	width: 18px;
	height: 75px;
	margin-right: 10px;
}

.locationR span {
	float: left;
	display: inline;
}

.locationR a {
	float: left;
	display: inline;
	color: #898989;
	font-weight: bold;
	font-size: 14px;
}

.locationR a:hover {
	color: #1a7232;
}

.locationR a.hover {
	color: #1a7232;
}

.locationR em {
	float: left;
	display: inline;
	font-style: normal;
	background: url(../images/loctionnext.png)no-repeat center;
	width: 22px;
	height: 12px;
	margin-top: 32px;
}

/* 当前位置结束*/
/*页码开始*/
/*页码开始*/
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
	position: relative;
	z-index: 2;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #e2e2e2;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #1a7232;
	color: #fff;
}

.page a.hover {
	background: #1a7232;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/*页码结束*/
/*内页框架结束*/
/*新闻综合页开始*/
.center {
	text-align: center;
}

.newsCTitle.bod {
	text-align: center;
}

.newsCTitle.bod .title {
	display: block;
}

.newsCTitle.bod .titlec {
	display: block;
}

.newsCTitle.baise .title {
	color: #fff;
}

.newsCTitle.baise .titlec {
	color: rgb(255, 255, 255, 0.1);
}

.newsCTitle .title {
	display: inline-block;
	font-size: 30px;
	color: #000000;
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
}

.newsCTitle .titlec {
	display: inline-block;
	font-size: 36px;
	color: #e7e7e7;
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
	font-family: "SimSun";
	position: relative;
	top: 4px;
}

.newsCbtn {
	display: inline-block;
	padding: 0 50px 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #1a7232 !important;
	background: #e8f2ec;
	border-radius: 30px;
	position: relative;
}

.newsCbtn em {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff url(../images/lvjiantou.png)no-repeat center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newsCbtn:hover em {
	right: 12px;
}

.newsCbtn.lv {
	background: #1a7232;
	color: #fff !important;
}

.newsCbtn.lv em {
	background-color: rbg(255, 255, 255, 0.5);
}

/*newc1开始*/
.newc1 {
	background: #f5f5f5;
}

.newc1 .list {
	margin-right: -25px;
}

.newc1 .list .item {
	width: 33.3333%;
	margin-bottom: 30px;
}

.newc1 .list .item .con {
	display: block;
	margin-right: 25px;
	border-radius: 0 40px 0 40px;
	background: #fff url(../test/background/newsc1bg.png)no-repeat bottom right;
	height: 200px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 48px 30px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc1 .list .item .con .time {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-bottom: 25px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc1 .list .item .con .info {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 25px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc1 .list .item .con em {
	width: 100%;
	height: 1px;
	background: rgb(255, 255, 255, 0);
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc1 .list .item .con:hover {
	background-color: #1a7232;
}

.newc1 .list .item .con:hover .time {
	color: #fff;
}

.newc1 .list .item .con:hover .info {
	color: #fff;
}

.newc1 .list .item .con:hover em {
	background: rgb(255, 255, 255, 0.1)
}

/*newc1结束*/
/*newc2开始*/
.newc2 .conswiper {
	overflow: hidden;
}

.newc2 .conswiper .pic {
	border-radius: 10px;
	margin-bottom: 35px;
}

.newc2 .conswiper .pic::before {
	padding-top: 60%;
}

.newc2 .conswiper .text .time {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: #aaaaaa;
	overflow: hidden;
	margin-bottom: 30px;
}

.newc2 .conswiper .text .title {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 15px;
}

.newc2 .conswiper .text .title a {
	font-size: 18px;
	color: #333;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc2 .conswiper .text .info {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: #808080;
	overflow: hidden;
}

.newc2 .conswiper .pertion {
	text-align: center;
}

.newc2 .conswiper .pertion span {
	width: 15px;
	height: 15px;
	border: 1px solid #1a7232;
	border-radius: 50%;
	background: none;
	margin: 0 6px;
	opacity: 1;
	position: relative;
}

.newc2 .conswiper .pertion span:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)scale(0);
	-webkit-transform: translate(-50%, -50%)scale(0);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #1a7232;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc2 .conswiper .pertion span.swiper-pagination-bullet-active:before {
	transform: translate(-43%, -53%)scale(1);
	-webkit-transform: translate(-43%, -53%)scale(1)
}

.newc2 .conswiper .swiper-slide:hover .text .title a {
	color: #1A7232;
}

/*newc2结束*/
/*newc3开始*/
.newc3 .list {
	margin-right: -20px;
}

.newc3 .list .item {
	width: 50%;
	margin-bottom: 20px;
}

.newc3 .list .item .con {
	margin-right: 20px;
	box-shadow: -3px 0px 15px 0px rgba(11, 48, 38, 0.1);
	border-radius: 5px;
	overflow: hidden;
	height: 250px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 35px 30px;
	background: #fff;
}

.newc3 .list .item .con .pic {
	width: 47.6190%;
	margin-left: 35px;
}

.newc3 .list .item .con .pic::before {
	padding-top: 60%;
}

.newc3 .list .item .con .text {
	overflow: hidden;
	padding-top: 40px;
}

.newc3 .list .item .con .text .title {
	line-height: 26px;
	height: 54px;
	margin-bottom: 35px;
}

.newc3 .list .item .con .text .title a {
	font-size: 16px;
	color: #333;
}

.newc3 .list .item .con .text .time {
	font-size: 16px;
	color: #aaaaaa;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.newc3 .list .item .con:hover .text .title a {
	color: #1A7232;
}

/*newc3结束*/
/*newc4开始*/
.newc4 .list .item {
	width: 33.3333%;
}

.newc4 .list .item .con {
	border-right: 1px solid #f3f3f3;
	padding: 40px 35px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc4 .list .item:nth-child(3) .con {
	border-right: none;
}

.newc4 .list .item .con .time {
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 60px;
}

.newc4 .list .item .con .title {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 25px;
}

.newc4 .list .item .con .title a {
	font-size: 18px;
	color: #333;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc4 .list .item .con .info {
	font-size: 15px;
	color: #666;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 40px;
}

.newc4 .list .item .con .pic {
	margin-bottom: 45px;
}

.newc4 .list .item .con .pic::before {
	padding-top: 60%;
}

.newc4 .list .item .con .btn {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff url(../images/heijiantou.png)no-repeat center;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc4 .list .item .con:hover {
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
}

.newc4 .list .item .con:hover .title a {
	font-weight: bold;
	color: #1a7232;
}

.newc4 .list .item .con:hover .btn {
	background: #1a7232 url(../images/baijiantou.png)no-repeat center;
}

/*newc4结束*/
/*newc5开始*/
.newc5 .conswiper {
	overflow: hidden;
}

.newc5 .conswiper .pic {
	border-radius: 5px;
	margin-bottom: 40px;
}

.newc5 .conswiper .pic::before {
	padding-top: 60%;
}

.newc5 .conswiper .text .title {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}

.newc5 .conswiper .text .title a {
	font-size: 18px;
	color: #333;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc5 .conswiper .pertion {
	text-align: center;
}

.newc5 .conswiper .pertion span {
	width: 15px;
	height: 15px;
	border: 1px solid #1a7232;
	border-radius: 50%;
	background: none;
	margin: 0 6px;
	opacity: 1;
	position: relative;
}

.newc5 .conswiper .pertion span:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)scale(0);
	-webkit-transform: translate(-50%, -50%)scale(0);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #1a7232;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.newc5 .conswiper .pertion span.swiper-pagination-bullet-active:before {
	transform: translate(-44%, -44%)scale(1);
	-webkit-transform: translate(-44%, -44%)scale(1)
}

.newc5 .conswiper .swiper-slide:hover .text .title a {
	color: #1A7232;
}

/*newc5结束*/
/*新闻综合页结束*/
/*general开始*/
/*gener1开始*/
.gener1 {
	padding: 125px 0 140px 0;
}

.generR {
	width: 46.4285%;
	margin-left: 155px;
	border-radius: 50px 0 50px 0;
	overflow: hidden;
}

.generR .pic::before {
	padding-top: 56.3076%;
}

.generL {
	overflow: hidden;
}

.generL .info {
	font-size: 15px;
	line-height: 26px;
	color: #333333;
	height: 145px;
	overflow: hidden;
}

/*gener1结束*/
/*gener2开始*/
.gener2 {
	height: 720px;
}

.genbox {
	position: relative;
	top: -15px;
}

.genbox .event_dl {
	height: 375px;
}

.genbox .event_dl dd {
	position: relative;
	width: 20%;
	-webkit-transition: all .7s linear;
	transition: all .7s linear;
	top: 0;
	cursor: pointer;
}

.genbox .prev {
	display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	background: #fff url(../images/lvduanjiantou.png)no-repeat center;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	left: -117px;
	border-radius: 50%;
	-webkit-transition: all .7s linear;
	transition: all .7s linear;
}

.genbox .next {
	display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	background: #fff url(../images/lvduanjiantou.png)no-repeat center;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%)rotateZ(180deg);
	right: -117px;
	border-radius: 50%;
	-webkit-transition: all .7s linear;
	transition: all .7s linear;
}

.genbox .next:hover {
	margin-top: 5px;
}

.genbox .prev:hover {
	margin-top: 5px;
}

.genbox .event_dl dd.dd0 {
	top: 0;
	left: -65px;
}

.genbox .event_dl dd.dd1 {
	top: 200px;
	left: -70px;
}

.genbox .event_dl dd.dd1.hover {
	top: 140px;
}

.genbox .event_dl dd.dd2 {
	top: 275px;
}

.genbox .event_dl dd.dd2.hover {
	top: 210px;
}

.genbox .event_dl dd.dd3 {
	top: 200px;
	right: -70px;
}

.genbox .event_dl dd.dd3.hover {
	top: 140px;
}

.genbox .event_dl dd.dd4 {
	top: 0;
	right: -65px;
}

.genbox .event_dl dd .oncon {
	width: 68px;
	height: 68px;
	position: relative;
	border-radius: 50%;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	background: #357d44;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all .7s linear;
	transition: all .7s linear;
}

.genbox .event_dl dd .oncon i {
	font-style: normal;
	display: none;
}

.genbox .event_dl dd.hover .oncon {
	width: 150px;
	height: 150px;
	background: #fff;
	line-height: 150px;
	font-size: 28px;
}

.genbox .event_dl dd.hover .oncon {
	color: #1a7232;
}

.genbox .event_dl dd.hover i {
	display: inline-block;
}

.genbox .event_dl dd::before {
	position: absolute;
	display: block;
	content: "";
	width: 210px;
	height: 210px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px dashed rgb(255, 255, 255, 0.1);
	opacity: 0;
	-webkit-transition: all .7s linear;
	transition: all .7s linear
}

.genbox .event_dl dd.hover::before {
	opacity: 1;
}

.genbox .info {
	margin: 0 279px;
	position: relative;
	text-align: center;
}

.genbox .info .title {
	height: 22px;
	line-height: 22px;
	margin-bottom: 30px;
	overflow: hidden;
}

.genbox .info .title a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.genbox .info .textc {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	color: #fff;
}


.gener2Scroll{ position: relative; padding-top: 70px;}
.gener2Scroll .bd{ overflow: hidden;padding: 0 7%;position: relative;}
.gener2Scroll .bd .slick-list{ margin-right: -30px;}
.gener2Scroll .myslide{ float: left; display: inline; width: 100%;}
.gener2Scroll .myslide .con{margin-right: 30px;overflow: hidden;background: #FFF;border-radius: 10px;}
.gener2Scroll .myslide .con .pic{float: left;display: inline;width: 375px;}
.gener2Scroll .myslide .con .pic::before{ padding-top: 66.6666%;}
.gener2Scroll .myslide .con .text{overflow: hidden;padding: 0 40px;height: 250px;}
.gener2Scroll .myslide .con .text .title{overflow: hidden;height: 55px;line-height: 55px;color: #999999;font-size: 16px;margin-bottom: 7px;}
.gener2Scroll .myslide .con .text .title span{font-size: 30px;font-weight: bold;color: #1a7232;}
.gener2Scroll .myslide .con .text .info{line-height: 28px;color: #999999;font-size: 16px;}
.gener2Scroll .myslide .con .text .info span{line-height: 32px;font-size: 16px;color: #333333;display: block;margin-bottom: 15px;position: relative;padding-left: 25px;}
.gener2Scroll .myslide .con .text .info span::before{display: block;content: "";position: absolute;left: 0;width: 12px;height: 12px;border-radius: 50%;border: 1px solid #2f348b;top: 9px;}
.gener2Ctrl{padding: 0 120px;position: relative;}
.gener2Ctrl::before{display: block;content: "";position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);top: 146px;width: 200%;height: 1px;background: #e4e4e4;}
.gener2Ctrl .dot{overflow: hidden;padding-top: 0;box-sizing: border-box;-webkit-box-sizing: border-box;height: 200px;}
.gener2Ctrl .dot ul{ margin-right: 0;}
.gener2Ctrl .dot li{width: 14.2857%;float: left;display: inline;text-align: center;}
.gener2Ctrl .dot li .item{margin-right: 0;text-align: center;cursor: pointer;height: 200px;position: relative;}
.gener2Ctrl .dot li .item:before{ display:block;content:'';width: 16px;height: 16px;border-radius: 16px;position: absolute;left: 50%;margin-left: -8px;background: #1e6e30;bottom: 45px;}
.gener2Ctrl .dot li .item:after{ display:block;content:'';width: 1px;height: 10px;border-radius: 16px;position: absolute;left: 50%;background: #fff;bottom: 61px;transition: height 300ms;-webkit-transition: height 300ms;}
.gener2Ctrl .dot li .item span{display: inline-block;height: 78px;line-height: 78px;color: #ffffff;font-size: 16px;width: 78px;border-radius: 50%;box-sizing: border-box;-webkit-box-sizing: border-box;position: absolute;bottom: 83px;left: 50%;margin-left: -39px;z-index: 1; transition: all 300ms;-webkit-transition: all 300ms;}
.gener2Ctrl .dot li .item span::before{content: "";display: block;width: 42px;height: 42px;border-radius: 50%;background: #fff;position: absolute;animation: circle-opacity 2s infinite;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0,0);visibility: hidden;opacity: 0;transition: all 300ms;-webkit-transition: all 300ms;z-index: -1;}
.gener2Ctrl .dot li.slick-active .item:after{height: 45px;}
.gener2Ctrl .dot li.slick-active .item span{color: #1a7232;font-size: 16px;background: #FFF;bottom: 104px;}
.gener2Ctrl .dot li.slick-active .item span::before{visibility:visible; opacity: 1;}
@keyframes circle-opacity{
	from {opacity: 1;transform:translate(-50%,-50%) scale(1);}
	to {opacity: 0;transform:translate(-50%,-50%) scale(2.8);}
}
.gener2Btn{ position: relative; z-index: 5;}
.gener2Btn .prev{width: 46px;height: 46px;position: absolute;left: 0;top: 57px;background: url(../images/aboutUs2prev.png) no-repeat center;cursor: pointer;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.gener2Btn .next{width: 46px;height: 46px;position: absolute;right: 0;top: 57px;background: url(../images/aboutUs2next.png) no-repeat center;cursor: pointer;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.gener2Btn .prev:hover{opacity: .9;}
.gener2Btn .next:hover{opacity: .9;}
/*gener2结束*/
/*gener3开始*/
.gener3 {
	padding: 80px 0 85px 0;
}

.gener3 img {
	width: 100%;
	display: block;
}

/*gener3结束*/
/*gener4开始*/
.gener4 {
	padding: 95px 0 127px 0;
}

.gener4Box {
	position: relative;
}

.gener4swiper {
	overflow: hidden;
}

.gener4swiper .swiper-slide {
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.gener4swiper .swiper-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.gener4prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%)rotateZ(180deg);
	left: -85px;
	width: 40px;
	height: 40px;
	background: url(../images/huinext.png)no-repeat center;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.7;
}

.gener4next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	right: -85px;
	width: 40px;
	height: 40px;
	background: url(../images/huinext.png)no-repeat center;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.7;
}

.gener4next:hover {
	opacity: 1;
}

.gener4prev:hover {
	opacity: 1;
}

.gener4swiper .swiper-slide a.picimg {
	display: block;
	position: relative;
	height: 330px;
	border-bottom: 1px solid #f6f6f8;
}

.gener4swiper .swiper-slide .text {
	line-height: 65px;
	height: 65px;
	overflow: hidden;
	padding: 0 10px;
}

.gener4swiper .swiper-slide .text a {
	font-size: 16px;
	color: #4c4c4c;
}

.gener4swiper .swiper-slide a.picimg::before {
	display: block;
	content: "";
	padding-top: 73.9910%;
}

.gener4swiper .swiper-slide:hover .text a {
	font-weight: bold;
	color: #1a7232;
}

/*gener4结束*/
/*general结束*/
